草庐IT

SQL Server 2016 安装

全部标签

c++ - WinAPI ReportEvent - 未安装组件

我已经实现了一个简单的功能来从我的应用程序登录事件查看器。但是,无论错误级别如何,每次我记录内容时都会收到以下消息:ThedescriptionforEventID0fromsourceMyAppEventscannotbefound.Eitherthecomponentthatraisesthiseventisnotinstalledonyourlocalcomputerortheinstallationiscorrupted.Youcaninstallorrepairthecomponentonthelocalcomputer.Iftheeventoriginatedonanoth

windows - 在 Windows 上安装 Rust 以开发 GUI 应用程序

TL:DR;我可以在Win10(64)上使用Rust编写GUI程序而不安装完整的MinGW工具链(也不是MS等效工具)吗?补充问题:-如果没有,我应该继续安装MinGW吗?-Windows10周年更新中的GNUish有什么改变吗?更长的版本我saw15分钟前,Rust是这里最受欢迎的编程语言......我readNoadditionalsoftwareinstallationisnecessaryforbasicuseoftheGNUbuild.Rust'ssupportfortheGNUABIismoremature,andisrecommendedfortypicaluses.所以

python - 我已经安装了包 :pywinauto successfully with "pip install pywinauto", 但它总是失败,为什么?

全部,我已经使用“pipinstallpywinauto”成功安装了package:pywinauto,但总是失败,为什么?我是这样做的:pip安装pywinauto然后在windowscmdenv下运行python:接着:导入pywinauto我收到以下错误:....>>>importpywinautoTraceback(mostrecentcalllast):File"",line1,inFile"C:\Python27\lib\site-packages\pywinauto\__init__.py",line40,infrom.importfindwindowsFile"C:\P

python - Pip 安装 Scrappy - "python setup.py egg_info"失败,错误代码为 1

我正在尝试安装Scrappy。我在Windows上安装了Python3.6。我试过这个:py-3.5-32-mpipinstallScrappy但是,得到了以下信息:CollectingScrappyUsingcachedScrappy-0.3.0.alpha.4.tar.gzCollectingguessit(fromScrappy)Usingcachedguessit-2.1.2.tar.gzCollectingtvdb_api(fromScrappy)Usingcachedtvdb_api-1.10.tar.gzCollectinghachoir-metadata(fromScr

windows - 无法打开 Eclipse 市场 |无法安装远程市场位置 : Connection failed

我在使用EclipseMarketplace时一直遇到问题。我正在使用EclipseNEON。我正在使用宽带互联网连接,我的Eclipse网络配置是本地的。错误是:CannotopenEclipseMarketplace  Cannotinstallremotemarketplacelocations:Connectionfailed    Thisismostoftencausedbyaproblemwithyourinternetconnection.Pleasecheckyourinternetconnectionandretry.    Cannotcompletereques

python - 在 Windows 10 上安装 gtk3 + glade

我是python的新手,我一直在尝试安装gtk3以与glade一起使用以使用Python2.7构建GUI。我已经成功安装了Glade,但是我在查找和运行gtk3forwindows时遇到了一些主要问题。我访问了gtkwebsite并按照MSYS2安装程序的说明进行操作,但是当我尝试使用anaconda提示符或导入gtk进行conda安装时,我收到错误消息,指出没有名为gtk的模块。我还从tarnyko下载了gtk3的win64zip。并尝试将解压缩的文件放入Lib>site-packagesad然后尝试conda安装和导入,但仍然没有成功。我在64位Windows10操作系统上运行。有

windows - 使用 Inno Setup 安装时应用程序不工作

我正在开发桌面数据库应用程序。使用rdlc报告和报告查看器。开发过程中一切都很好,reportviewer可以顺利显示所有数据。我使用InnoSetup部署应用程序。但是当我安装应用程序时,reportviewer没有显示数据。虽然数据已正确插入表中。 最佳答案 对于工作不正常或完全失败的应用程序,当InnoSetup安装到ProgramFiles文件夹时,首先要测试的是尝试将应用程序手动部署到同一文件夹。如果应用程序在手动部署后仍然失败,最常见的问题是应用程序需要用户对应用程序文件夹具有写入权限。由于在现代版本的Windows上,

python - 为什么我收到 ModuleNotFoundError,当它安装在 sys.path 上时?

完整的错误是:Traceback(mostrecentcalllast):File"D:\pyqt4_examples\matplotlib.py",line4,inimportmatplotlib.pyplotaspltFile"D:\pyqt4_examples\matplotlib.py",line4,inimportmatplotlib.pyplotaspltModuleNotFoundError:Nomodulenamed'matplotlib.pyplot';'matplotlib'isnotapackage测试代码在histogram.py文件中:importsysfor

windows - 为 Windows CE 安装 Docker 时出现问题

Unabletostop:Therunningcommandstoppedbecausethepreferencevariable"ErrorActionPreference"orcommonparameterissettoStop:Thespecifiedmodule'Hyper-V'wasnotloadedbecausenovalidmodulefilewasfoundinanymoduledirectory.at,:line79atDocker.Backend.HyperV.RunScript(Stringaction,Dictionary`2parameters)inC:\go

windows - 在 Windows 10 上安装 spaCy 不起作用

我有Python3.6.5,我正在尝试通过pip安装spaCy,这在它尝试编译murmurhash.mrmr扩展时抛出以下错误:C:\Users\muthu>pipinstallC:\Users\muthu\Downloads\Installers\en_core_web_sm-2.0.0.tar.gz--no-cache-dirProcessingc:\users\muthu\downloads\installers\en_core_web_sm-2.0.0.tar.gzCollectingspacy>=2.0.0a18(fromen-core-web-sm==2.0.0)Downl